home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-04 | 1.2 KB | 36 lines | [TEXT/EDIT] |
- Another public domain C example source demo, brought back from the
- dead at: itty bitty bytes™ - by Kenneth A. Long!
- Made to run in Think C™ on 2 June 1994.
- The original of .c file was found on ftp.cso.uiuc.edu in mac/MUG.
-
- I posted this as a snippet but it contained a bug where the
- drawing wasn't erased between rotation computations. This was
- eliminated in a subsequent post, but still was a snippet. Now
- it's a complete project.
-
- To compile the old one, just add "ROT-PSIG .c" and remove the
- .c file it now has.
-
- Revised on 20 September 1994 to include an offscreen GWorld, to
- eliminate drawing flicker (courtesy of Mark Hanrek, ala "NuCube").
-
- The cursor still flickered, but not if placed in the menu bar.
- But the cursor was only needed to click the control character
- rect's, so added key hits to take over those functions, and so I
- dropped them as controls, as well as the cursor.
-
- Now, what used to be the control character rect's are merely notes
- on what keys do what.
-
- I also broke up some of the big routines and cut out acres of
- comments (they are still in the original).
-
- Revised again on 20 November 1994 to hide menu bar and make the
- window go to screen bounds, and run on Code Warrior.
-
- Enjoy!
-
- kenlong@netcom.com
-
-
-